home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / ab20_archive / games / strategy / empire-2.2w.lzh / Help / DELIVER < prev    next >
Text File  |  1990-08-25  |  2KB  |  43 lines

  1. deliver <what> <sectors> {<threshold>} {<sector>}
  2.     after playing Empire for a while, you will notice that moving various
  3.     supplies from sector to sector on a regular basis takes up too much
  4.     time and BTU's. Automatic deliveries are the cure for this problem. Any
  5.     of civilians, military, shells, guns, planes, iron ore and gold bars
  6.     can be automatically delivered from a given sector to any neighbouring
  7.     sector (orthogonal or diagonal). The 'deliver' command is used to set
  8.     up and query delivery settings. Delivery directions will also show up
  9.     on the 'census' listing. In its simplest form, a delivery is specified
  10.     as in this example:
  11.  
  12.     deliver c 0,0 (50) -1,0
  13.  
  14.     This specifies that whenever sector 0,0 is updated, and it contains
  15.     more than 50 civilians, the excess civilians should be moved to sector
  16.     -1,0 (subject to the player owning sector -1,0 and sector 0,0 having
  17.     enough mobility). The threshold (50) can be omitted, in which case a
  18.     threshold of 0 is used. A more complex example:
  19.  
  20.     deliver o -2:0,-3:-1 (20)
  21.  
  22.     Here, Empire will prompt for each owned sector in the specified region,
  23.     as to where to deliver ore to. Again, the threshold can be omitted.
  24.     Also, on the individual replies to the prompts, the destination sector
  25.     can be followed by a threshold in parentheses which will be used for
  26.     that particular delivery. If the form
  27.  
  28.     deliver b -10:10,-10:10 +50
  29.  
  30.     is used, then the thresholds for, in this case, gold bars, will be
  31.     changed without changing any delivery destinations. The final form:
  32.  
  33.     deliver s -5:5,-2:7 -
  34.  
  35.     will simply print out the delivery destinations and thresholds for each
  36.     sector in the region which has a delivery set up.
  37.  
  38.     Deliveries are performed whenever sectors are updated. A message of the
  39.     form "delivery walkout between r,c & r,c" indicates that a sector was
  40.     trying to deliver to a sector you don't own.
  41. Doc: intro, sectors, economics
  42. Help: route, census, update, syntax
  43.